vendor/golang.org/x/net/dns/dnsmessage.Builder.section (field)
15 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L1205: section section
message.go#L1237: b.section = sectionHeader
message.go#L1257: if b.section <= sectionNotStarted {
message.go#L1260: if b.section > s {
message.go#L1271: b.section = sectionQuestions
message.go#L1280: b.section = sectionAnswers
message.go#L1289: b.section = sectionAuthorities
message.go#L1298: b.section = sectionAdditionals
message.go#L1305: switch b.section {
message.go#L1328: if b.section < sectionQuestions {
message.go#L1331: if b.section > sectionQuestions {
message.go#L1346: if b.section < sectionAnswers {
message.go#L1349: if b.section > sectionAdditionals {
message.go#L1621: if b.section < sectionHeader {
message.go#L1624: b.section = sectionDone
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |